hasShape

abstract fun hasShape(block: DesignBlock): Boolean

Deprecated

Use supportsShape instead.

Replace with

this.supportsShape(block)

Query if the given block has a shape property.

Return

true, if the block has a shape property, false otherwise.

Parameters

block

the block to query.